#! /bin/sh
if [ ! -s /root/.mpdpasswd -a ! -s /root/.mpd.conf ] ; then
    echo "In mpichboot:"
    echo "A .mpd.conf file is required before starting an mpd demon."
    echo "See the documentation on mpd in the User Manual."
    exit 1
fi
# Use the -b option to force mpd into the background, orphaned from the 
# calling process.  
/opt/vltmpi/OPENIB/mpi.pgcc.mpd/bin/mpd -b &
